-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: [M3-8954] - Update @hookform/resolvers
to latest
#11349
refactor: [M3-8954] - Update @hookform/resolvers
to latest
#11349
Conversation
Cloud Manager UI test results🎉 462 passing tests on test run #3 ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Confirmed that validation is still being applied where expected on Linode Create flow, Kube ACL IP addresses, CloudPulse alert creation, and OBJ bucket creation.
✅ Tests are passing for all flows.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Changes looks good
✅ Cypress tests pass
Thank you!
Cloud Manager E2E Run #6927
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6927
|
Run duration | 27m 24s |
Commit |
8485b52ff3: refactor: [M3-8954] - Update `@hookform/resolvers` to latest (#11349)
|
Committer | Banks Nussman |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
1
|
Pending |
2
|
Skipped |
0
|
Passing |
466
|
View all changes introduced in this branch ↗︎ |
Description 📝
@hookform/resolvers
to latest 📦Changes 🔄
Note
These changes were necessary to satisfy TypeScript now that yup resolvers are more type safe
notRequired()
withoptional()
notRequired()
means the value can be null, undefined, or not presentoptional()
means the value can be undefined or not presentapi-v4
CreateBucketSchema
Preview 📷
Note
There should be no UI changes
How to test 🧪
Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅